Hi! One, I would just like to thank you for taking time out of your day to do this! Secondly, I actually have a question that is to do with the set up with your account, rather than fic recs. I also want to make a fanfic rec account and am curious as to how you made your tags list page? On your account, you have your overall tag list that has links to where those recs can be found. How do you do that? I hope it is okay that I ask. I love your set up and have no one else to ask.
Hiya! Sure! Well, for starters it’s a ~custom theme that we use which is why it looks the way it does. Most custom “page” themes will give you a template to follow in the html so it works properly! But all it really comes down to is straight up just linking things.
For example, if I want to make the tag “theme: angst” then in the html code I would put:
<a href="/tagged/theme: angst" target="_blank">angst</a>
and that works. Whatever you put in between the “>” and “</a>” at the end is what people will see when they look at the tags page. So for this it would say angst, but it could be whatever you want it to be! Also, you can put your url before the “tagged” part but in this instance on the tags page I don’t need to. But if you wanted to, it would look like this:
<a href=“https://merlinfic.tumblr.com/tagged/theme: angst" target="_blank">angst</a>
However, if you want to link to a post you need the full url (and it’s also how I have to link the masterlist page). So, let’s say I want to link people to fics where Arthur gives Merlin a token/gift and courts him and I don’t have a tag for that, but I do have a post about it then I would do this:
<a href="https://merlinfic.tumblr.com/post/626533645066403840/hey-do-you-know-any-fics-in-which-arthur-gives" target="_blank">Arthur gives Merlin a token/gift & courts him</a>
and then that will look like and be a regular link. For the above, you have to click on the post itself (so when you look at the post you see all the notes below it) to get the url that you need, and then you can just copy and past the web address.
And also, you have to really be careful with the slash (/) symbol. It can really mess up the code and be difficult to link properly, which is why under the “other pairings” tag I use the “x.” So, for example, the tag would be “other pairings: merlin x gwaine” as opposed to “other pairings: merlin/gwaine” and that also goes for the tag “theme: hurt & comfort” instead of using “theme: hurt/comfort”
Which means the html would look like this: <a href=“/tagged/theme: hurt & comfort" target="_blank">hurt/comfort</a>
I hope this helps! If you’re interested I’ve answered this before (but more about how I decide on what to tag) you can take a look at this ask! And if you have anymore questions feel free to ask! :)










